treeview: Cosmetic change
authorMatthias Clasen <mclasen@redhat.com>
Tue, 5 May 2020 16:10:35 +0000 (12:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 6 May 2020 18:27:45 +0000 (14:27 -0400)
Remove an occurrence of size-allocate in a comment.

gtk/gtktreeview.c

index b8f8bfeb9d5fb3f5e8695b69e93c02b94f54ff48..2b3b46441cf62e8296c9d23828bc2da408dd4d1a 100644 (file)
@@ -2547,7 +2547,7 @@ gtk_tree_view_size_allocate (GtkWidget *widget,
   GList *tmp_list;
   double page_size;
 
-  /* We size-allocate the columns first because the width of the
+  /* We allocate the columns first because the width of the
    * tree view (used in updating the adjustments below) might change.
    */
   gtk_tree_view_size_allocate_columns (widget);